-
Notifications
You must be signed in to change notification settings - Fork 6
update docs to include model mapping #231
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A few suggestions inline, but this is great! ✨
| Variable | AWS Bedrock | | ||
|--------------------|-------------| | ||
| `REGION` | Required| | ||
| `MODEL` | Bedrock model ID / Docker model name | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| `MODEL` | Bedrock model ID / Docker model name | | |
| `MODEL` | Bedrock model ID or Docker model name, for example `meta.llama3-3-70b-instruct-v1:0` or `ai/lama3.3` | |
::: | ||
|
||
Alternatively, Defang supports model mapping through the openai-access-gateway. This takes a model with a Docker naming convention (e.g. ai/lama3.3) and maps it to | ||
the closest matching one on the target platform. If no such match can be found it can fallback onto a known existing model (e.g. ai/mistral). These environment |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the closest matching one on the target platform. If no such match can be found it can fallback onto a known existing model (e.g. ai/mistral). These environment | |
the closest matching one on the target platform. If no such match can be found it can fallback onto a known existing model (e.g. `ai/mistral`). These environment |
I migrated some of the changes over from #230 to here ^^ |
Merged into #230 as there was some overlap. Will use that PR to contain these changes. |
Updates for model mapping and dividing docs for LLM on AWS and GCP specifically